html, body {
  min-width: 1200px;
  padding: 0;
  margin: 0;
}
img {
  border: 0 none;
  vertical-align: middle;
}
dl,
ul,
ol,
menu,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
button {
  border: none;
  cursor: pointer;
}
dl,
dt,
dd {
  margin: 0;
}
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
body,
th,
td,
input,
select,
textarea,
button {
  font-size: 14px;
  font-family: "微软雅黑", "黑体", "宋体";
  color: #666666;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  outline: none;
}
a {
  color: #666;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  text-decoration: none;
  color: #60c992;
}
input {
  background: none;
  outline: none;
  border: 0px;
}
::-webkit-input-placeholder {
  color: #999;
  padding-left: 10px;
}
:-moz-placeholder {
  color: #999;
  padding-left: 10px;
}
::-moz-placeholder {
  color: #999;
  padding-left: 10px;
}
:-ms-input-placeholder {
  color: #999;
  padding-left: 10px;
}
.container {
  width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13{
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  box-sizing: border-box;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 21.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
.col-13 {
  width: 20%;
}
.col-13 a{
  color:#b6b6b6;
}
.col-13 a:hover{
  color:#efefef;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.main-color {
  color: #60c992 !important;
}
.bg {
  color: #f8f8f8;
}

#header {
  width: 100%;
  background-color: #322f3b;
  height: 40px;
  line-height: 40px;
  min-width: 1200px;
}
#header span {
  color: #dedede;
}
#nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  opacity: 0.8;
  height: 80px;
  line-height: 80px;
  background: none;
}
.nav-bg{
  position: relative!important;
  background: #fff!important;
}
#nav img {
  vertical-align: middle;
}
#nav ul {
  float: right;
  width: 810px;
  text-align: right;
  /* margin-top: -80px; */
}
#nav ul > a.language{
  color: #333;
	padding:0;
}
#nav ul > a.language img{
	height:20px;
}
#nav ul li {
  float: left;
  width: 100px;
}
#nav ul li > a {
  position: relative;
  color: #333;
  margin: 2px 15px ;
  font-size: 16px;
  display: inline-block;
  /*text-shadow: 1px 2px 3px #31723a;*/
}
#nav ul li > a.setcolor {
  color: #333;
  /*text-shadow: 0 0 0px rgba(0,0,0,0);*/
}
#nav ul li a:hover {
  /* color: #60c992; */
}
#nav ul li a::before{
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  font-size: 16px;
  overflow: hidden; 
  max-width: 0;
  color: #60c992;
  content: attr(data-hover);
  transition: max-width 0.5s;
}
#nav ul li a:hover::before{
  max-width: 100%;
  
}
#nav ul li a:leave {
  color: #60c992;
}

#nav ul li a.current {
  color: #60c992;
}
#nav ul li a.current::before{
  max-width: 100%;
  
}
.product-box {
  position: absolute;
  background-color: #f8f8f8;
  min-width: 1200px;
  height: 650px;
  left: 15px;
  top: 80px;
  text-align: left;
  -webkit-box-shadow: 2px 5px 5px #d1d0d0;
  -moz-box-shadow: 2px 5px 5px #d1d0d0;
  box-shadow: 2px 5px 5px #d1d0d0;
  z-index: 559;
  display: none;
}
.product-box a:hover {
  color: #6bb82d;
}
.product-box .pro-box-list {
  height: 210px;
  text-align: left;
  width: 1200px;
  line-height: 20px;
  padding-left: 15px;
}
.product-box .pro-box-list h1 {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-weight: bold;
  color: #6bb82d;
  border-bottom: 1px solid #6bb82d;
  margin-top: 10px;
}
.product-box .pro-box-list dl {
  float: left;
  text-align: left;
  margin-top: 20px;
  height: 159px;
}
.product-box .pro-box-list dt {
  color: black;
  font-size: 14px;
  margin-bottom: 10px;
}
.product-box .pro-box-list dd {
  font-size: 12px;
  overflow: hidden;
}
.product-box .pro-box-list dd a {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: 120px;
}
.product-box .pro-box-list dl dd:last-child {
  margin-top: 4px;
}
.product-box .pro-box-list dl dd:last-child a {
  color: #6bb82d;
}
.product-box .pro-box-list .pro-box-list-o {
  width: 53%;
  float: left;
  height: 180px;
  margin-right: 40px;
}
.product-box .pro-box-list .pro-box-list-o div {
  float: left;
  width: 20%;
}
.product-box .pro-box-list .pro-box-list-t {
  width: 43%;
  float: left;
  height: 180px;
}
.product-box .pro-box-list .pro-box-list-t div {
  float: left;
  width: 25%;
}
#footer {
  position: relative;
  background-color: #666666;
  min-width: 1200px;
  border-top: 1px solid #ececec;
  z-index: 99;
}
#footer #footer-top {
  padding-top: 50px;
  background-color: #FFFFFF;
  width: 100%;
  min-width: 1200px;
}
#footer #footer-top .col-3 {
  padding: 0;
}
#footer .row {
  margin-left: 0;
  margin-right: 0;
}
#footer .f1,
#footer .f2,
#footer .f3,
#footer .f4 {
  height: 100px;
  background: url(../images/BG.png) no-repeat;
}
#footer .f1 {
  background-position: -182px 0;
}
#footer .f2 {
  background-position: -182px -107px;
}
#footer .f3 {
  background-position: -182px -216px;
}
#footer .f4 {
  background-position: -182px -322px;
  padding-right: 10px;
}
#footer .col-2,
#footer .col-4,
#footer .col-5,
#footer .col-7 {
  padding-left: 0;
}
#footer #footer-main {
  height: 200px;
}
#footer #footer-main .row:first-child {
  margin: 30px 0 80px 0;
}
#footer #footer-main h4 {
  margin: 0px 0 20px 0;
  font-size: 16px;
  font-weight: normal;
  color: #FFFFFF;
}
#footer #footer-main .col-2 {
  *width: 15%;
}
#footer #footer-main .col-2 a {
  margin: 0px 0 6px 0;
  font-size: 14px;
  font-weight: normal;
  color: #b6b6b6;
  display: block;
}
#footer #footer-main .col-4 {
  border-left: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding-left: 100px;
  height: 91px;
  *padding-left: 0px;
  *border-left: 0px;
}
#footer #footer-main .info {
  margin-top: 10px;
}
#footer #footer-main .info img {
  float: left;
  margin-right: 14px;
}
#footer #footer-main .info span {
  float: left;
}
#footer #footer-main .col-5,
#footer #footer-main .col-7,
#footer #footer-main .col-7 a {
  color: #b6b6b6;
  font-size: 12px;
}
#footer #footer-main .col-7 {
  text-align: right;
  padding-right: 0;
}
#crumbs-nav {
  height: 80px;
  line-height: 80px;
  font-size: 14px;
  min-width: 1200px;
}
#banner {
  height: 300px;
  min-width: 1200px;
  position: relative;
}
.group-left {
  width: 210px;
  margin-right: 60px;
  float: left;
  background-color: #FFFFFF;
}
.group-left h2 {
  font-size: 24px;
  font-weight: normal;
}
.group-left h3 {
  font-size: 24px;
  font-weight: normal;
  font-family: Arial;
  color: #60c992;
}
.group-left p {
  font-size: 12px;
  font-weight: normal;
  font-family: Arial;
  margin-top: 0;
  color: #eaeaea;
}
.group-left .group-nav {
  width: 210px;
  margin-top: 35px;
}
.group-left .group-nav .group-nav-u {
  width: 210px;
  *margin-left: 0px;
}
.group-left .group-nav .group-nav-u li {
  width: 190px;
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #dddddd;
}
.group-left .group-nav .group-nav-u li a {
  display: block;
  width: 170px;
  height: 40px;
  padding-left: 20px;
}
.group-left .group-nav .on {
  background-color: #60c992;
  color: #FFFFFF;
  border-bottom: none !important;
}
.group-left .group-nav .on a {
  color: #FFFFFF;
}
.group-right {
  float: left;
  width: 880px;
}
.group-right h1 {
  font-size: 20px;
  font-weight: normal;
  float: left;
}
.group-right .group-right-title {
  border-bottom: 1px solid #ddd;
  height: 50px;
  line-height: 50px;
}
.group-right .group-right-search {
  float: right;
  position: relative;
}
.group-right .group-right-search input {
  border: 1px solid #ddd;
  width: 310px;
  height: 40px;
  border-radius: 6px;
}
.group-right .group-right-search button {
  border-radius: 0px 6px 6px 0;
  width: 80px;
  height: 44px;
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 0;
  background-color: #60c992;
  color: #FFFFFF;
  font-size: 14px;
}
.group-right .group-news-list li {
  height: 108px;
  padding: 35px 0 35px 0;
  border-bottom: 1px solid #dddddd;
}
.group-right .group-news-list li img {
  float: left;
}
.group-right .group-news-list li .news {
  width: 630px;
  *width: 600px;
  float: left;
  padding-left: 20px;
  padding-top: 1px;
}
.group-right .group-news-list li .news .title {
  font-size: 16px;
}
.group-right .group-news-list li .news h6 {
  font-size: 12px;
  color: #959595;
  font-weight: normal;
}
.group-right .group-news-list li .news p {
  color: #7a7a7a;
  font-size: 12px;
  line-height: 20px;
  margin: 10px 0 6px 0;
}
.group-right .group-news-list li .news div:last-child {
  font-size: 12px;
}
.group-right .group-main {
  text-align: center;
  margin-top: 45px;
}
.group-right .group-main h2 {
  font-size: 24px;
}
.group-right .group-main .limit {
  width: 880px;
  overflow: hidden;
  margin-top: 30px;
}
.group-right .group-main .limit img {
  max-width: 800px;
}
.group-right .group-main p {
  line-height: 30px;
  text-align: left;
  /*text-indent: 2em;*/
  margin-top: 30px;
  font-size: 14px;
}

.group-main-right p{
  margin-top: 0px;
}

.group-right .group-main h3 {
  font-size: 14px;
  text-align: left;
  margin-top: 45px;
}
.group-right .group-main h5 {
  font-size: 14px;
  text-align: left;
  text-indent: 2em;
  margin-bottom: 12px;
}
.group-right .group-main h4 {
  font-size: 14px;
  text-align: left;
  margin-bottom: 12px;
}
.group-right .group-main img {
  max-width: 880px;
}
.group-right .group-main .group-main-left,
.group-right .group-main .group-main-right {
  float: left;
  margin-top: 0px;
  text-indent: 0;
  margin-right: 60px;
}
.group-right .group-main .group-main-left {
  text-align: left;
}
.group-right .group-main .group-main-left a {
  *margin-right: 4px;
  background: url(../images/BG.png) no-repeat;
  width: 33px;
  height: 33px;
  display: inline-block;
  margin-top: 30px;
}
.group-right .group-main .group-main-left .g-l-icon1 {
  background-position: 0px 0px;
}
.group-right .group-main .group-main-left .g-l-icon2 {
  background-position: -38px 0px;
}
.group-right .group-main .group-main-left .g-l-icon3 {
  background-position: -77px 0px;
}
.group-right .group-main .group-main-left a:nth-of-type(1) {
  background-position: 0px 0px;
}
.group-right .group-main .group-main-left a:nth-of-type(2) {
  background-position: -38px 0px;
}
.group-right .group-main .group-main-left a:nth-of-type(3) {
  background-position: -77px 0px;
}
.group-right .group-main .group-main-box {
  text-align: left;
}
.group-right .group-main .group-main-box p {
  width: 400px;
}
.group-right .group-main .group-main-box div:first-child,
.group-right .group-main .group-main-box div:nth-child(4) {
  margin-bottom: 30px;
}
.page {
  height: 30px;
  padding: 30px 0 20px;
  margin-left: 292px;
}
.page span,
.page a {
  display: inline-block;
  border: 1px solid #e4e4e4;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 4px;
  text-decoration: none;
}
.page span,
.page a.active,
.page a:hover {
  color: #FFF;
  background: #60c992;
  border-color: #60c992;
}
/*右侧悬浮菜单*/
.keifu {
  position: fixed;
  top: 15%;
  right: 0;
  width: 131px;
  _position: absolute;
  z-index: 990;
}
.keifu_tab {
  width: 160px;
}
.icon_keifu {
  width: 26px;
  height: 100px;
  float: left;
  background: url(../images/keifu.png) 0 0;
  position: relative;
  display: none;
  cursor: pointer;
}
.keifu_box {
  float: left;
  width: 131px;
}
.keifu_tab img {
  display: inline-block;
}
.keifu_head {
  width: 131px;
  height: 41px;
  background: url(../images/keifu.png);
  background-position: 0 -103px;
  font-size: 0;
  line-height: 0;
  position: relative;
}
.keifu_close:link,
.keifu_close:visited {
  display: block;
  width: 11px;
  height: 11px;
  background: url(../images/keifu.png) -42px 0;
  position: absolute;
  top: 5px;
  right: 5px;
}
.keifu_close:hover {
  background-position: -60px 0;
}
.keifu_con {
  width: 117px;
  border-left: 7px solid #10cd8f;
  border-right: 7px solid #10cd8f;
  padding-top: 15px;
  background: #fbfbfb;
  *margin-left: 0px;
}
.keifu_con li {
  height: 33px;
  padding-left: 12px;
}
.keifu_con li a{
  position:relative;
}
.keifu_con li a span{
  font-family:Microsoft YaHei;
  color:#111;
  font-size:12px;
  position:absolute;
  top:3px;
  left:21px;
  z-index:9;
}
.keifu_con .weixin {
  height: 96px;
}
.keifu_con .bt {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  padding: 0 0 0 20px;
  color: #012646;
}
.keifu_bot {
  width: 131px;
  height: 119px;
  background: url(../images/keifu.png);
  background-position: 0 -149px;
}
.menuTree {
  margin-left: 0px;
}
.menuTree div {
  padding-left: 1px;
}
.menuTree div ul {
  overflow: hidden;
  display: none;
  height: auto;
  margin: 0;
  padding-left: 15px;
  background-color: #f5f5f5;
}
.menuTree span {
  font-size: 16px;
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  margin: 0;
  cursor: pointer;
  border-bottom: 1px solid #CCC;
}
.menuTree > div > ul > div > span {
  font-size: 14px;
}
.menuTree a {
  color: #333;
  text-decoration: none;
}
.menuTree a:hover {
  color: #60c992;
}
.menuTree span {
  height: 40px;
}
.add {
  background: url(../images/add.png) right no-repeat !important;
  color: #fff;
}
.small {
  font-size: 12px !important;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.small:hover {
  background-color: #cccccc;
  color: black !important;
}
.menuTree_active {
  color: #FFFFFF;
  background-color: #60c992;
}
.small_on {
  background-color: #cccccc;
  color: black !important;
}

.group-right-search input{
  padding-left: 10px;
  line-height: 40px\9;
}
.group-right-search button{
  line-height: 42px;
}

/* 解决eduitor插件复制列表不能加flex问题 */
ul.list-paddingleft-2{
  display: flex;
  flex-wrap: wrap;
}